home *** CD-ROM | disk | FTP | other *** search
- %
- % Test the style opcode (04) to make sure it will at least cause all the styles to be drawn
- % approx right. NOTE that this uses fonr 22, new century schoolboook, which will probably
- % cause an outline to be used. This might be changed to a 'bitmap' type three font to
- % make sure that that works as well.
- % This text actually just focuses on some 'bad' style combinations.
- %
- % header
- 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
- % end of app-specific header
- 00FF 0000 0000 00FF 00FF % pict size (bogus) and top left bottom right
- 11 01 % verson
- 01 000A 0000 0000 00FF 00FF % Clip region. Added to keep Mac tester happy.
- 30 0000 0000 00FF 00FF % draw bounding rect
- 03 0022 % New century schoolbook
- 0D 0018 % set the size
- %
- % Draw a condensed shadow line of text
- %
- 04 30
- 2A 18 (Style is condensed shadow)
- %
- % Draw a bold italic line of text
- %
- 04 03
- 2A 20 (Style is bold italic)
- %
- % Draw a extend underline line of text
- %
- 04 44
- 2A 20 (Style is extend underline)
- %
- % Draw an italic outline line of text
- %
- 04 0A
- 2A 20 (Style is italic outline!)
- %
- % Draw an underlined outline line of text
- %
- 04 0C
- 2A 20 (Style is underline outline)
- %
- % Draw an outlined shadow line of text
- %
- 04 18
- 2A 20 (Style is outline shadow)
- %
- % Draw an condensed italic line of text
- %
- 04 22
- 2A 20 (Style is condensed italic)
- %
- % Draw all styles of text
- %
- 04 7F
- 2A 20 (Style is all!)
- FF % end
-